home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / pnmtotiff.1 < prev    next >
Text File  |  1995-07-25  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.      ppppnnnnmmmmttttoooottttiiiiffffffff((((1111))))    XXXXEEEENNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((11113333 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999991111))))     ppppnnnnmmmmttttoooottttiiiiffffffff((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           pnmtotiff - convert a a portable anymap into a TIFF file
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           ppppnnnnmmmmttttoooottttiiiiffffffff [----nnnnoooonnnneeee|----ppppaaaacccckkkkbbbbiiiittttssss| ----llllzzzzwwww|----gggg3333|----gggg4444] [----2222dddd] [----ffffiiiillllllll] [----
  13.           pppprrrreeeeddddiiiiccccttttoooorrrr _n] [----mmmmssssbbbb2222llllssssbbbb|----llllssssbbbb2222mmmmssssbbbb] [----rrrroooowwwwssssppppeeeerrrrssssttttrrrriiiipppp _n] [_p_n_m_f_i_l_e]
  14.  
  15.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.           Reads a portable anymap as input.  Produces a TIFF file as
  17.           output.
  18.  
  19.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  20.           By default, _p_n_m_t_o_t_i_f_f creates a TIFF file with LZW
  21.           compression.  This is your best bet most of the time.
  22.           However, some TIFF readers can't deal with it.  If you want
  23.           to try another compression scheme or tweak some of the other
  24.           even more obscure output options, there are a number of
  25.           flags to play with.
  26.  
  27.           The ----nnnnoooonnnneeee, ----ppppaaaacccckkkkbbbbiiiittttssss, ----llllzzzzwwww, ----gggg3333, and ----gggg4444 options are used to
  28.           override the default and set the compression scheme used in
  29.           creating the output file.  The CCITT Group 3 and Group 4
  30.           compression algorithms can only be used with bilevel data.
  31.           The ----2222dddd and ----ffffiiiillllllll options are meaningful only with Group 3
  32.           compression: ----2222dddd requests 2-dimensional encoding, while ----
  33.           ffffiiiillllllll requests that each encoded scanline be zero-filled to a
  34.           byte boundry.  The ----pppprrrreeeeddddiiiiccccttttoooorrrr option is only meaningful with
  35.           LZW compression: a predictor value of 2 causes each scanline
  36.           of the output image to undergo horizontal differencing
  37.           before it is encoded; a value of 1 forces each scanline to
  38.           be encoded without differencing.
  39.  
  40.           By default, _p_n_m_t_o_t_i_f_f creates a TIFF file with msb-to-lsb
  41.           fill order.  The ----mmmmssssbbbb2222llllssssbbbb and ----llllssssbbbb2222mmmmssssbbbb options are used to
  42.           override the default and set the fill order used in creating
  43.           the file.
  44.  
  45.           The ----rrrroooowwwwssssppppeeeerrrrssssttttrrrriiiipppp option can be used to set the number of
  46.           rows (scanlines) in each strip of data in the output file.
  47.           By default, the output file has the number of rows per strip
  48.           set to a value that will ensure each strip is no more than 8
  49.           kilobytes long.
  50.  
  51.      BBBBUUUUGGGGSSSS
  52.           This program is not self-contained.  To use it you must
  53.           fetch the TIFF Software package listed in the OTHER.SYSTEMS
  54.           file and configure PBMPLUS to use libtiff.  See PBMPLUS's
  55.           Makefile for details on this configuration.
  56.  
  57.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  58.           tifftopnm(1), pnm(5)
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 9/7/93)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      ppppnnnnmmmmttttoooottttiiiiffffffff((((1111))))    XXXXEEEENNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((11113333 JJJJaaaannnnuuuuaaaarrrryyyy 1111999999991111))))     ppppnnnnmmmmttttoooottttiiiiffffffff((((1111))))
  71.  
  72.  
  73.  
  74.      AAAAUUUUTTTTHHHHOOOORRRR
  75.           Derived by Jef Poskanzer from ras2tiff.c, which is Copyright
  76.           (c) 1990 by Sun Microsystems, Inc.  Author: Patrick J.
  77.           Naughton (naughton@wind.sun.com).
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                           (printed 9/7/93)
  130.  
  131.  
  132.  
  133.